projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed53674
)
(SETLOADPATH): Remove definition.
author
Andrew Innes
<andrewi@gnu.org>
Wed, 18 Apr 2001 14:06:55 +0000
(14:06 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Wed, 18 Apr 2001 14:06:55 +0000
(14:06 +0000)
(EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
environment.
nt/gmake.defs
patch
|
blob
|
history
diff --git
a/nt/gmake.defs
b/nt/gmake.defs
index 32b4dc7e0f8d8fddd547a7dc39e2638c429fe035..f64f4c1ad25da05d3d6e485b7d84eac261cef9ec 100644
(file)
--- a/
nt/gmake.defs
+++ b/
nt/gmake.defs
@@
-74,7
+74,6
@@
else
USING_SH = 1
THE_SHELL = $(SHELL)
SHELLTYPE=SH
-SETLOADPATH=EMACSLOADPATH=$(CURDIR)/../lisp
endif
MAKETYPE=gmake
@@
-104,6
+103,8
@@
ifndef INSTALL_DIR
INSTALL_DIR = $(CURDIR)/..
endif
+export EMACSLOADPATH
+
# Determine the architecture we're running on.
# Define ARCH for our purposes;
# Define CPU for use by ntwin32.mak;